# Compiler variables



##########################################################################
# Clean up only the object files
clean:
	\rm -rf encounter.cmd* encounter.log* *.jnl* r2g_input r2g_output \
	        nanoroute* appOption.dat checkDesign encounter.log* *.jnl* \
	        placement* timingReports clock_report stepScripts \
	        readgds.* steps.db .gdsinf* .const* .inter* .ri* .sr* \
	        viafill* check* \
		CHIP_* CHIP.* .gds* CHIP_cts

